projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ca821e
)
(x_set_title): Check data type of NAME.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 19 Dec 1996 17:05:37 +0000
(17:05 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 19 Dec 1996 17:05:37 +0000
(17:05 +0000)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 169a47e4b81a5ff25fe9d9c3e6fa4106156a6adc..2952da0787810ee96f5f0e6f6b1b55993937535b 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-1877,6
+1877,8
@@
x_set_title (f, name)
if (NILP (name))
name = f->name;
+ else
+ CHECK_STRING (name, 0);
if (FRAME_X_WINDOW (f))
{